home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TETRNCLIENTFORM / TETRNCLIENTFORM.txt
Text File  |  2010-10-15  |  3KB  |  136 lines

  1. object ETRNClientForm: TETRNClientForm
  2.   Left = 313
  3.   Top = 155
  4.   HelpContext = 714
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'ETRN / ATRN Item'
  7.   ClientHeight = 198
  8.   ClientWidth = 435
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Microsoft Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ItemGroupBox: TTntGroupBox
  24.     Left = 0
  25.     Top = 0
  26.     Width = 435
  27.     Height = 165
  28.     Align = alTop
  29.     Caption = 'ETRN / ATRN Item'
  30.     TabOrder = 0
  31.     object DescL: TTntLabel
  32.       Left = 10
  33.       Top = 20
  34.       Width = 56
  35.       Height = 13
  36.       Caption = 'Description:'
  37.     end
  38.     object HostnameLabel: TTntLabel
  39.       Left = 10
  40.       Top = 44
  41.       Width = 51
  42.       Height = 13
  43.       Caption = 'Hostname:'
  44.     end
  45.     object ParamLabel: TTntLabel
  46.       Left = 10
  47.       Top = 69
  48.       Width = 39
  49.       Height = 13
  50.       Caption = 'Domain:'
  51.     end
  52.     object UserL: TTntLabel
  53.       Left = 10
  54.       Top = 93
  55.       Width = 25
  56.       Height = 13
  57.       Caption = 'User:'
  58.     end
  59.     object PassL: TTntLabel
  60.       Left = 10
  61.       Top = 117
  62.       Width = 49
  63.       Height = 13
  64.       Caption = 'Password:'
  65.     end
  66.     object DescEdit: TTntEdit
  67.       Left = 74
  68.       Top = 18
  69.       Width = 351
  70.       Height = 21
  71.       MaxLength = 63
  72.       TabOrder = 0
  73.     end
  74.     object HostnameEdit: TTntEdit
  75.       Left = 74
  76.       Top = 42
  77.       Width = 351
  78.       Height = 21
  79.       MaxLength = 63
  80.       TabOrder = 1
  81.     end
  82.     object ParamEdit: TTntEdit
  83.       Left = 74
  84.       Top = 66
  85.       Width = 351
  86.       Height = 21
  87.       MaxLength = 63
  88.       TabOrder = 2
  89.     end
  90.     object ATRNBox: TTntCheckBox
  91.       Left = 74
  92.       Top = 139
  93.       Width = 63
  94.       Height = 17
  95.       Caption = 'ATRN'
  96.       TabOrder = 5
  97.     end
  98.     object UserEdit: TTntEdit
  99.       Left = 74
  100.       Top = 90
  101.       Width = 351
  102.       Height = 21
  103.       MaxLength = 63
  104.       TabOrder = 3
  105.     end
  106.     object PassEdit: TTntEdit
  107.       Left = 74
  108.       Top = 114
  109.       Width = 351
  110.       Height = 21
  111.       MaxLength = 63
  112.       PasswordChar = '*'
  113.       TabOrder = 4
  114.     end
  115.   end
  116.   object OKButton: TTntButton
  117.     Left = 280
  118.     Top = 171
  119.     Width = 75
  120.     Height = 23
  121.     Caption = '&OK'
  122.     Default = True
  123.     ModalResult = 1
  124.     TabOrder = 1
  125.   end
  126.   object CancelButton: TTntButton
  127.     Left = 359
  128.     Top = 171
  129.     Width = 75
  130.     Height = 23
  131.     Caption = '&Cancel'
  132.     ModalResult = 2
  133.     TabOrder = 2
  134.   end
  135. end
  136.